| Filename | (eval 1117)[/usr/share/perl/5.10/CGI.pm:869] |
| Statements | Executed 2 statements in 15µs |
| Eval Invoked At | /usr/share/perl/5.10/CGI.pm line 869 |
| Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 |
| Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
|---|---|---|---|---|---|
| 2 | 2 | 2 | 10µs | 10µs | CGI::server_protocol |
| Line | State ments |
Time on line |
Calls | Time in subs |
Code |
|---|---|---|---|---|---|
| 1 | # spent 10µs within CGI::server_protocol which was called 2 times, avg 5µs/call:
# once (5µs+0s) by CGI::protocol at line 832 of CGI.pm
# once (4µs+0s) by CGI::protocol at line 6 of (eval 1115)[CGI.pm:869] | ||||
| 2 | 2 | 15µs | return $ENV{'SERVER_PROTOCOL'} || 'HTTP/1.0'; # for debugging | ||
| 3 | } | ||||
| 4 | |||||
| 5 | ; |